home *** CD-ROM | disk | FTP | other *** search
/ Download Now 8 / Download Now V8.iso / Program / InternetTools / ApacheWebServer1.3.6 / apache_1_3_6_win32.exe / _SETUP.1 / ApacheModuleRewrite.dsp < prev    next >
Encoding:
MS Developer Studio Project  |  1998-04-06  |  4.3 KB  |  118 lines

  1. # Microsoft Developer Studio Project File - Name="ApacheModuleRewrite" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  6.  
  7. CFG=ApacheModuleRewrite - Win32 Release
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "ApacheModuleRewrite.mak".
  12. !MESSAGE 
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "ApacheModuleRewrite.mak"\
  17.  CFG="ApacheModuleRewrite - Win32 Release"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "ApacheModuleRewrite - Win32 Release" (based on\
  22.  "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE "ApacheModuleRewrite - Win32 Debug" (based on\
  24.  "Win32 (x86) Dynamic-Link Library")
  25. !MESSAGE 
  26.  
  27. # Begin Project
  28. # PROP Scc_ProjName ""
  29. # PROP Scc_LocalPath ""
  30. CPP=cl.exe
  31. MTL=midl.exe
  32. RSC=rc.exe
  33.  
  34. !IF  "$(CFG)" == "ApacheModuleRewrite - Win32 Release"
  35.  
  36. # PROP BASE Use_MFC 0
  37. # PROP BASE Use_Debug_Libraries 0
  38. # PROP BASE Output_Dir ".\Release"
  39. # PROP BASE Intermediate_Dir ".\Release"
  40. # PROP BASE Target_Dir ""
  41. # PROP Use_MFC 0
  42. # PROP Use_Debug_Libraries 0
  43. # PROP Output_Dir ".\ApacheModuleRewriteR"
  44. # PROP Intermediate_Dir ".\ApacheModuleRewriteR"
  45. # PROP Ignore_Export_Lib 0
  46. # PROP Target_Dir ""
  47. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  48. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "NO_DBM_REWRITEMAP" /D "SHARED_MODULE" /YX /FD /c
  49. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  50. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  51. # ADD BASE RSC /l 0x809 /d "NDEBUG"
  52. # ADD RSC /l 0x809 /d "NDEBUG"
  53. BSC32=bscmake.exe
  54. # ADD BASE BSC32 /nologo
  55. # ADD BSC32 /nologo
  56. LINK32=link.exe
  57. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  58. # ADD LINK32 ..\..\CoreR\ApacheCore.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib wsock32.lib /nologo /subsystem:windows /dll /machine:I386
  59.  
  60. !ELSEIF  "$(CFG)" == "ApacheModuleRewrite - Win32 Debug"
  61.  
  62. # PROP BASE Use_MFC 0
  63. # PROP BASE Use_Debug_Libraries 1
  64. # PROP BASE Output_Dir ".\Debug"
  65. # PROP BASE Intermediate_Dir ".\Debug"
  66. # PROP BASE Target_Dir ""
  67. # PROP Use_MFC 0
  68. # PROP Use_Debug_Libraries 1
  69. # PROP Output_Dir ".\ApacheModuleRewriteD"
  70. # PROP Intermediate_Dir ".\ApacheModuleRewriteD"
  71. # PROP Ignore_Export_Lib 0
  72. # PROP Target_Dir ""
  73. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  74. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "NO_DBM_REWRITEMAP" /D "SHARED_MODULE" /YX /FD /c
  75. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  76. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  77. # ADD BASE RSC /l 0x809 /d "_DEBUG"
  78. # ADD RSC /l 0x809 /d "_DEBUG"
  79. BSC32=bscmake.exe
  80. # ADD BASE BSC32 /nologo
  81. # ADD BSC32 /nologo
  82. LINK32=link.exe
  83. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
  84. # ADD LINK32 ..\..\CoreD\ApacheCore.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib wsock32.lib /nologo /subsystem:windows /dll /debug /machine:I386
  85.  
  86. !ENDIF 
  87.  
  88. # Begin Target
  89.  
  90. # Name "ApacheModuleRewrite - Win32 Release"
  91. # Name "ApacheModuleRewrite - Win32 Debug"
  92. # Begin Group "Source Files"
  93.  
  94. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  95. # Begin Source File
  96.  
  97. SOURCE=..\..\modules\standard\mod_rewrite.c
  98. # End Source File
  99. # Begin Source File
  100.  
  101. SOURCE=.\passwd.c
  102. # End Source File
  103. # End Group
  104. # Begin Group "Header Files"
  105.  
  106. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  107. # Begin Source File
  108.  
  109. SOURCE=.\readdir.h
  110. # End Source File
  111. # End Group
  112. # Begin Group "Resource Files"
  113.  
  114. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  115. # End Group
  116. # End Target
  117. # End Project
  118.